home *** CD-ROM | disk | FTP | other *** search
/ Game Classics 18 / Game Classics 18 .iso / CARD / ANIBJ / ANIBJ.EXE / 0 / RCDATA / TORDERFRM / TORDERFRM.txt < prev   
Text File  |  1997-04-23  |  4KB  |  190 lines

  1. object OrderFrm: TOrderFrm
  2.   Left = 185
  3.   Top = 225
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'OrderFrm'
  7.   ClientHeight = 393
  8.   ClientWidth = 616
  9.   Color = clBlue
  10.   Font.Color = clBlack
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   PrintScale = poNone
  17.   OnCreate = FormCreate
  18.   TextHeight = 16
  19.   object Image1: TImage
  20.     Left = 10
  21.     Top = 270
  22.     Width = 115
  23.     Height = 70
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object Image2: TImage
  28.     Left = 492
  29.     Top = 270
  30.     Width = 115
  31.     Height = 70
  32.     AutoSize = True
  33.     Picture.Data = {<image001.bmp>}
  34.   end
  35.   object Label1: TLabel
  36.     Left = 256
  37.     Top = 240
  38.     Width = 102
  39.     Height = 24
  40.     Alignment = taCenter
  41.     Caption = 'Ultisoft, Inc'
  42.     Font.Color = clWhite
  43.     Font.Height = -19
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.   end
  48.   object Label2: TLabel
  49.     Left = 260
  50.     Top = 264
  51.     Width = 96
  52.     Height = 16
  53.     Alignment = taCenter
  54.     Caption = 'P.O. Box 5015'
  55.     Font.Color = clWhite
  56.     Font.Height = -13
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = [fsBold]
  59.     ParentFont = False
  60.   end
  61.   object Label3: TLabel
  62.     Left = 224
  63.     Top = 280
  64.     Width = 163
  65.     Height = 16
  66.     Alignment = taCenter
  67.     Caption = 'Central Point, OR 97502'
  68.     Font.Color = clWhite
  69.     Font.Height = -13
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.   end
  74.   object Label4: TLabel
  75.     Left = 288
  76.     Top = 296
  77.     Width = 32
  78.     Height = 16
  79.     Alignment = taCenter
  80.     Caption = 'USA'
  81.     Font.Color = clWhite
  82.     Font.Height = -13
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = [fsBold]
  85.     ParentFont = False
  86.   end
  87.   object Label5: TLabel
  88.     Left = 162
  89.     Top = 316
  90.     Width = 291
  91.     Height = 29
  92.     Alignment = taCenter
  93.     Caption = 'Orders:   1-800-925-3147'
  94.     Font.Color = clYellow
  95.     Font.Height = -24
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = [fsBold]
  98.     ParentFont = False
  99.   end
  100.   object Label6: TLabel
  101.     Left = 10
  102.     Top = 248
  103.     Width = 147
  104.     Height = 16
  105.     Caption = 'Int'#39'l:  +1 541-857-9229'
  106.     Font.Color = clYellow
  107.     Font.Height = -13
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = [fsBold]
  110.     ParentFont = False
  111.   end
  112.   object Label7: TLabel
  113.     Left = 454
  114.     Top = 248
  115.     Width = 151
  116.     Height = 16
  117.     Alignment = taRightJustify
  118.     Caption = 'FAX:  +1 541-734-3267'
  119.     Font.Color = clYellow
  120.     Font.Height = -13
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = [fsBold]
  123.     ParentFont = False
  124.   end
  125.   object Memo1: TMemo
  126.     Left = 8
  127.     Top = 6
  128.     Width = 601
  129.     Height = 227
  130.     BorderStyle = bsNone
  131.     Color = clBlue
  132.     Ctl3D = False
  133.     Font.Color = clWhite
  134.     Font.Height = -13
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = []
  137.     Lines.Strings = (
  138.       'Memo1')
  139.     ParentCtl3D = False
  140.     ParentFont = False
  141.     ReadOnly = True
  142.     TabOrder = 1
  143.   end
  144.   object Button1: TButton
  145.     Left = 16
  146.     Top = 352
  147.     Width = 177
  148.     Height = 33
  149.     Caption = '&View/Print Order Form'
  150.     Font.Color = clBlack
  151.     Font.Height = -13
  152.     Font.Name = 'MS Sans Serif'
  153.     Font.Style = []
  154.     ModalResult = 1
  155.     ParentFont = False
  156.     TabOrder = 2
  157.     OnClick = Button1Click
  158.   end
  159.   object Button2: TButton
  160.     Left = 220
  161.     Top = 352
  162.     Width = 177
  163.     Height = 33
  164.     Caption = '&Enter Registration Code'
  165.     Font.Color = clBlack
  166.     Font.Height = -13
  167.     Font.Name = 'MS Sans Serif'
  168.     Font.Style = []
  169.     ModalResult = 1
  170.     ParentFont = False
  171.     TabOrder = 3
  172.     OnClick = Button2Click
  173.   end
  174.   object Button3: TButton
  175.     Left = 424
  176.     Top = 352
  177.     Width = 177
  178.     Height = 33
  179.     Caption = '&Run the Program'
  180.     Default = True
  181.     Font.Color = clBlack
  182.     Font.Height = -13
  183.     Font.Name = 'MS Sans Serif'
  184.     Font.Style = []
  185.     ModalResult = 1
  186.     ParentFont = False
  187.     TabOrder = 0
  188.   end
  189. end
  190.